Release 10.1A: OpenEdge Development:
Progress 4GL Handbook
Moving the browse column
To let the user move the columns of a browse, use one of the following techniques:
- To let the user move any column of a browse, you set the browse’s
COLUMN-MOVABLEattribute toTRUE.- To let the user move a single column, you set the column’s
MOVABLEattribute toTRUE.- To move a column at run time, the user drags a column label horizontally. (If the user drags a column label to either edge of the viewport, Progress scrolls the viewport.)
To move a browse column programmatically, you use the
MOVE-COLUMNmethod of the browse, as shown earlier.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |